-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Jetpack Focus] Revert Jetpack Notifications Disabling Feature Flag and Release Notes #19735
Conversation
Hey @staskus! 👋 Could we add testing steps (and or screenshots) for the items under the "Testing" section so testers know how to get to those areas? Thanks! 🙇 |
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
Hey @staskus, Jetpack app is still redirecting to WP when I allowed Notifications. Not sure if I'm doing something wrong:
And all content migration feature flags were disabled: |
e6066bc
to
f1b3975
Compare
…prevent-notifications
f1b3975
to
a325d3d
Compare
I can confirm the same behavior running from the latest on this branch. jp-to-wp.mp4 |
@twstokes @salimbraksa it happened because the remote flag is still enabled and it overrides a local flag. Sorry for not mentioning it in the PR. There's a separate diff that disables it which is made but not yet deployed. |
Ah, that makes sense! Thanks for the clarification.
Totally understood. Thanks for the updates. 👍 |
I've added the remote feature flag PR to the description of this one. I assume it will need to be merged before we can proceed with testing and merging this one. Update: It was decided to override the remote functionality for this feature in Ref D94385-code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @staskus. 🚀
- Jetpack did not bring WordPress to the foreground when allowing notifications
- I received push notifications on both apps
- I did not see the "Allow Notifications" switch in WordPress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm this is working as expected. LGTM! 🚀
Description
This PR that disables functionality of "Disable WordPress Notifications" project
Reverting #19619
Internal ref: D94385-code
Testing instructions
Prerequisites
Confirm that
prevent_duplicate_notifs_remote_field":false
value exists in https://public-api.wordpress.com/wpcom/v2/mobile/feature-flagsCase 1: Notifications not disabled on WordPress app
Case 2. No "Allow Notifications" switch should be visible on WordPress
Regression Notes
The feature is isolated, there shouldn't be side-effects if we confirm that Jetpack app doesn't turn off WordPress notifications
None
Existing JetpackNotificationMigrationServiceTests continues running and succeeding, that test both enabled and disabled cases
PR submission checklist:
RELEASE-NOTES.txt
if necessary.